-
Notifications
You must be signed in to change notification settings - Fork 994
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extended cpp_info model object to new components concept #5242
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to check for loops also. The code could be easier.
I've opened a PR here: danimtb#4 |
Docs |
This PR has evolved into the complete solution proposed in #5408. Please review the new implementation there. |
Then I prefer to close this. |
Changelog: Feature: Extended
cpp_info
model to support different componentsDocs: missing
cppinfo
improvements: components, exe, system deps... #5090Tasks:
cpp_info.system_deps
cpp_info
to get keys of the components it has so it can be iteratedcpp_info.libs
(not allowed to set values if components are already in use)